home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
J-Mac Electronics & Home Comics
/
J-Mac Electronics & Home Comics.iso
/
mac
/
J-MAC
/
G25F
/
G25_OCHA.Dxr
/
00069_ÉCÉâÉXÉgÇÃÉXÉNÉçÅ[ÉãÉ{É^ÉìÇÃì¸ÇÍë÷Ƕ.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-01-22
|
482 b
|
22 lines
on pushbutton2
global ga, cno
repeat while stillDown()
if rollOver(clickOn()) then
case ga of
"D":
set cname to "scrld"
set the memberNum of sprite 25 to 30
testd()
"U":
set cname to "scrlu"
set the memberNum of sprite 27 to 32
testu()
end case
else
set the memberNum of sprite 25 to 29
set the memberNum of sprite 27 to 31
end if
updateStage()
end repeat
end